home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / GTRIPPLE.EXE / 0 / RCDATA / TFRIPPLE / TFRIPPLE.txt
Text File  |  1999-09-14  |  9KB  |  398 lines

  1. object fRipple: TfRipple
  2.   Left = 263
  3.   Top = 227
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'GT Ripple'
  7.   ClientHeight = 302
  8.   ClientWidth = 486
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pControls: TPanel
  25.     Left = 165
  26.     Top = 0
  27.     Width = 321
  28.     Height = 302
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object Label4: TLabel
  33.       Left = 168
  34.       Top = 232
  35.       Width = 81
  36.       Height = 13
  37.       Caption = 'Refresh Delay'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 16
  41.       Top = 72
  42.       Width = 57
  43.       Height = 13
  44.       Caption = 'Amplitude'
  45.     end
  46.     object Label3: TLabel
  47.       Left = 16
  48.       Top = 8
  49.       Width = 59
  50.       Height = 13
  51.       Caption = 'Frequency'
  52.     end
  53.     object Label5: TLabel
  54.       Left = 176
  55.       Top = 8
  56.       Width = 36
  57.       Height = 13
  58.       Caption = 'Height'
  59.     end
  60.     object Label6: TLabel
  61.       Left = 176
  62.       Top = 72
  63.       Width = 66
  64.       Height = 13
  65.       Caption = 'Perspective'
  66.     end
  67.     object Bevel1: TBevel
  68.       Left = 16
  69.       Top = 216
  70.       Width = 297
  71.       Height = 2
  72.     end
  73.     object Label1: TLabel
  74.       Left = 176
  75.       Top = 128
  76.       Width = 36
  77.       Height = 13
  78.       Caption = 'Speed'
  79.     end
  80.     object cbHideDesktopIcons: TCheckBox
  81.       Left = 16
  82.       Top = 176
  83.       Width = 137
  84.       Height = 17
  85.       Caption = 'Hide Desktop Icons'
  86.       TabOrder = 8
  87.       OnClick = cbHideDesktopIconsClick
  88.     end
  89.     object tbPerspective: TTrackBar
  90.       Left = 168
  91.       Top = 88
  92.       Width = 150
  93.       Height = 33
  94.       Max = 100
  95.       Orientation = trHorizontal
  96.       Frequency = 5
  97.       Position = 20
  98.       SelEnd = 0
  99.       SelStart = 0
  100.       TabOrder = 3
  101.       ThumbLength = 20
  102.       TickMarks = tmBottomRight
  103.       TickStyle = tsAuto
  104.       OnChange = tbPerspectiveChange
  105.     end
  106.     object tbSpeed: TTrackBar
  107.       Left = 168
  108.       Top = 144
  109.       Width = 150
  110.       Height = 33
  111.       Max = 50
  112.       Min = 1
  113.       Orientation = trHorizontal
  114.       Frequency = 2
  115.       Position = 5
  116.       SelEnd = 0
  117.       SelStart = 0
  118.       TabOrder = 4
  119.       ThumbLength = 20
  120.       TickMarks = tmBottomRight
  121.       TickStyle = tsAuto
  122.       OnChange = tbSpeedChange
  123.     end
  124.     object tbRefreshRate: TTrackBar
  125.       Left = 160
  126.       Top = 248
  127.       Width = 150
  128.       Height = 33
  129.       Max = 500
  130.       Min = 1
  131.       Orientation = trHorizontal
  132.       Frequency = 25
  133.       Position = 20
  134.       SelEnd = 0
  135.       SelStart = 0
  136.       TabOrder = 5
  137.       ThumbLength = 20
  138.       TickMarks = tmBottomRight
  139.       TickStyle = tsAuto
  140.       OnChange = tbRefreshRateChange
  141.     end
  142.     object tbAmplitude: TTrackBar
  143.       Left = 8
  144.       Top = 88
  145.       Width = 150
  146.       Height = 33
  147.       Max = 10000
  148.       Min = 100
  149.       Orientation = trHorizontal
  150.       PageSize = 100
  151.       Frequency = 1000
  152.       Position = 100
  153.       SelEnd = 0
  154.       SelStart = 0
  155.       TabOrder = 2
  156.       ThumbLength = 20
  157.       TickMarks = tmBottomRight
  158.       TickStyle = tsAuto
  159.       OnChange = tbAmplitudeChange
  160.     end
  161.     object tbFrequency: TTrackBar
  162.       Left = 8
  163.       Top = 24
  164.       Width = 150
  165.       Height = 33
  166.       Max = 200
  167.       Min = 1
  168.       Orientation = trHorizontal
  169.       Frequency = 10
  170.       Position = 1
  171.       SelEnd = 0
  172.       SelStart = 0
  173.       TabOrder = 0
  174.       ThumbLength = 20
  175.       TickMarks = tmBottomRight
  176.       TickStyle = tsAuto
  177.       OnChange = tbFrequencyChange
  178.     end
  179.     object tbHeight: TTrackBar
  180.       Left = 168
  181.       Top = 24
  182.       Width = 150
  183.       Height = 33
  184.       Max = 100
  185.       Min = 20
  186.       Orientation = trHorizontal
  187.       Frequency = 20
  188.       Position = 20
  189.       SelEnd = 0
  190.       SelStart = 0
  191.       TabOrder = 1
  192.       ThumbLength = 20
  193.       TickMarks = tmBottomRight
  194.       TickStyle = tsAuto
  195.       OnChange = tbHeightChange
  196.     end
  197.     object cbMirror: TCheckBox
  198.       Left = 16
  199.       Top = 128
  200.       Width = 97
  201.       Height = 17
  202.       Caption = 'Mirror'
  203.       TabOrder = 6
  204.       OnClick = cbMirrorClick
  205.     end
  206.     object cbHorizontalRipple: TCheckBox
  207.       Left = 16
  208.       Top = 192
  209.       Width = 137
  210.       Height = 17
  211.       Caption = 'Horizontal Ripple'
  212.       TabOrder = 7
  213.       OnClick = cbHorizontalRippleClick
  214.     end
  215.     object rgWaveDirection: TRadioGroup
  216.       Left = 16
  217.       Top = 232
  218.       Width = 137
  219.       Height = 65
  220.       Caption = 'Wave Direction'
  221.       ItemIndex = 1
  222.       Items.Strings = (
  223.         '&Up'
  224.         '&Down')
  225.       TabOrder = 9
  226.       OnClick = rgWaveDirectionClick
  227.     end
  228.     object bMoreLess: TButton
  229.       Left = 176
  230.       Top = 184
  231.       Width = 137
  232.       Height = 25
  233.       TabOrder = 10
  234.       OnClick = bMoreLessClick
  235.     end
  236.     object cbReflectWindows: TCheckBox
  237.       Left = 16
  238.       Top = 144
  239.       Width = 137
  240.       Height = 17
  241.       Caption = 'Reflect Windows'
  242.       TabOrder = 11
  243.       OnClick = cbReflectWindowsClick
  244.     end
  245.     object cbReflectDesktopIcons: TCheckBox
  246.       Left = 16
  247.       Top = 160
  248.       Width = 145
  249.       Height = 17
  250.       Caption = 'Reflect Desktop Icons'
  251.       TabOrder = 12
  252.       OnClick = cbReflectDesktopIconsClick
  253.     end
  254.     object cbStartAtStartup: TCheckBox
  255.       Left = 168
  256.       Top = 280
  257.       Width = 137
  258.       Height = 17
  259.       Caption = 'Start at startup'
  260.       TabOrder = 13
  261.       OnClick = cbStartAtStartupClick
  262.     end
  263.   end
  264.   object pLogo: TPanel
  265.     Left = 0
  266.     Top = 0
  267.     Width = 165
  268.     Height = 302
  269.     Align = alLeft
  270.     BevelOuter = bvLowered
  271.     Font.Charset = ANSI_CHARSET
  272.     Font.Color = clWindowText
  273.     Font.Height = -32
  274.     Font.Name = 'MS Serif'
  275.     Font.Style = [fsBold, fsItalic]
  276.     ParentFont = False
  277.     TabOrder = 1
  278.     object iLogo: TImage
  279.       Left = 9
  280.       Top = 11
  281.       Width = 145
  282.       Height = 88
  283.       Cursor = crHandPoint
  284.       AutoSize = True
  285.       OnMouseDown = iLogoMouseDown
  286.       OnMouseUp = iLogoMouseUp
  287.     end
  288.     object lName: TLabel
  289.       Left = 8
  290.       Top = 176
  291.       Width = 13
  292.       Height = 12
  293.       Caption = 'By'
  294.       Font.Charset = ANSI_CHARSET
  295.       Font.Color = clWindowText
  296.       Font.Height = -9
  297.       Font.Name = 'Verdana'
  298.       Font.Style = []
  299.       ParentFont = False
  300.     end
  301.     object GTLink1: TGTLink
  302.       Left = 24
  303.       Top = 176
  304.       Width = 88
  305.       Height = 12
  306.       Cursor = crHandPoint
  307.       Hint = 'mailto:garethth@pnc.com.au'
  308.       Caption = 'Gareth T Hadfield'
  309.       Font.Charset = ANSI_CHARSET
  310.       Font.Color = clBlue
  311.       Font.Height = -9
  312.       Font.Name = 'Verdana'
  313.       Font.Style = [fsUnderline]
  314.       ParentFont = False
  315.       ParentShowHint = False
  316.       ShowHint = True
  317.       ClickedColor = clRed
  318.       URL = 'mailto:garethth@pnc.com.au'
  319.     end
  320.     object GTLink2: TGTLink
  321.       Left = 24
  322.       Top = 192
  323.       Width = 93
  324.       Height = 12
  325.       Cursor = crHandPoint
  326.       Hint = 'http://www.pnc.com.au/~garethth'
  327.       Caption = 'GTRipple Web Site'
  328.       Font.Charset = ANSI_CHARSET
  329.       Font.Color = clBlue
  330.       Font.Height = -9
  331.       Font.Name = 'Verdana'
  332.       Font.Style = [fsUnderline]
  333.       ParentFont = False
  334.       ParentShowHint = False
  335.       ShowHint = True
  336.       ClickedColor = clRed
  337.       URL = 'http://www.pnc.com.au/~garethth'
  338.     end
  339.     object lVersion: TLabel
  340.       Left = 16
  341.       Top = 80
  342.       Width = 73
  343.       Height = 13
  344.       Caption = 'Version 1.3'
  345.       Font.Charset = ANSI_CHARSET
  346.       Font.Color = clWindowText
  347.       Font.Height = -11
  348.       Font.Name = 'Verdana'
  349.       Font.Style = [fsBold]
  350.       ParentFont = False
  351.       Transparent = True
  352.     end
  353.     object GTTrayIcon1: TGTTrayIcon
  354.       Left = 40
  355.       Top = 104
  356.       Width = 32
  357.       Height = 32
  358.       Hint = 'GT Ripple'
  359.       OnLeftClick = GTTrayIcon1LeftClick
  360.       OnRightClick = GTTrayIcon1RightClick
  361.     end
  362.   end
  363.   object Timer1: TTimer
  364.     Interval = 50
  365.     OnTimer = Timer1Timer
  366.     Left = 8
  367.     Top = 104
  368.   end
  369.   object pmTrayMenu: TPopupMenu
  370.     OnPopup = pmTrayMenuPopup
  371.     Left = 80
  372.     Top = 104
  373.     object Options1: TMenuItem
  374.       Caption = '&Options'
  375.       OnClick = Options1Click
  376.     end
  377.     object Refresh1: TMenuItem
  378.       Caption = '&Refresh'
  379.       OnClick = Refresh1Click
  380.     end
  381.     object Suspend1: TMenuItem
  382.       Caption = '&Suspend'
  383.       OnClick = Suspend1Click
  384.     end
  385.     object HideDesktopIcons1: TMenuItem
  386.       Caption = '&Hide Desktop Icons'
  387.       OnClick = HideDesktopIcons1Click
  388.     end
  389.     object N1: TMenuItem
  390.       Caption = '-'
  391.     end
  392.     object Exit1: TMenuItem
  393.       Caption = 'E&xit'
  394.       OnClick = Exit1Click
  395.     end
  396.   end
  397. end
  398.